@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-40px, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes flipInY {
  0% {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transition-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    transform: perspective(400px);
  }
}
.zwfwgljcb {
  margin-top: 30px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 8px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  padding-top: 23px;
  padding-bottom: 10px;
}
.zwfwgljcb * {
  box-sizing: border-box;
}
.zwfwgljcb-title {
  font-size: 26px;
  font-weight: bold;
  color: #1369c0;
  display: block;
  text-align: center;
}
.zwfwgljcb-item .name {
  width: 342px;
  background: url(../images/2024-add-title-bg.png) no-repeat left center;
  line-height: 32px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  font-size: 16px;
  margin-top: 15px;
}
.zwfwgljcb-item .name span {
  display: inline-block;
  transform: skewX(-10deg);
}
.zwfwgljcb-item-tags {
  width: calc(100% - 182px);
  margin: auto;
  margin-top: 30px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.zwfwgljcb-item-tags::after {
  position: absolute;
  left: 0;
  right: 0;
  top: 29px;
  margin: auto;
  height: 1px;
  width: 100%;
  background: url(../images/2024-add-line.png) repeat-x center;
  content: "";
}
.zwfwgljcb-item-tags-item {
  position: relative;
  z-index: 2;
  float: left;
  width: auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.zwfwgljcb-item-tags-item .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  border-radius: 50%;
  background-color: #e3edff;
  cursor: pointer;
}
.zwfwgljcb-item-tags-item .icon img:last-child {
  display: none;
}
.zwfwgljcb-item-tags-item p {
  font-size: 18px;
  color: #333;
  white-space: nowrap;
  margin-top: 15px;
  transition: all 0.5s;
}
.zwfwgljcb-item-tags-item.active .icon {
  background-color: #1369c0;
}
.zwfwgljcb-item-tags-item.active .icon img:first-child {
  display: none;
}
.zwfwgljcb-item-tags-item.active .icon img:last-child {
  display: block;
  animation: flipInY 1s;
}
.zwfwgljcb-item-tags-item.active p {
  font-weight: bold;
  color: #1369c0;
}
.zwfwgljcb-item#frfw .zwfwgljcb-item-tags-item:first-child {
  transform: translateX(-10%);
}
.zwfwgljcb-item#frfw .zwfwgljcb-item-tags-item:last-child {
  transform: translateX(10%);
}
.zwfwgljcb-item-wrap {
  background-color: rgb(247, 247, 247);
  overflow: hidden;
  max-height: 260px;
  margin-top: 30px;
  padding-left: 40px;
  padding-right: 40px;
}
.zwfwgljcb-item-wrap:not(.show) {
  height: 0;
}
.zwfwgljcb-item-wrap.show{
    padding-top: 25px;
    padding-bottom: 20px;
}
.zwfwgljcb-item-list {
  display: none;
  overflow-y: auto;
  padding-right: 15px;
}
.zwfwgljcb-item-list.active {
  display: block;
  animation: fadeInLeft 0.5s;
}
.zwfwgljcb-item-list a {
  min-width: calc(50% - 10px);
  float: left;
  font-size: 18px;
  background: url(../images/2024-add-list-icon.png) no-repeat left center;
  padding-left: 26px;
  line-height: 26px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all 0.5s;
  position: relative;
  margin-right: 10px;
}
.zwfwgljcb-item-list a::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 3px;
  height: 2px;
  width: 0;
  background-color: #1369c0;
  opacity: 0;
  transition: all 0.5s;
}
.zwfwgljcb-item-list a:hover {
  font-weight: bold;
  color: #1369c0;
}
.zwfwgljcb-item-list a:hover::after {
  width: 100%;
  opacity: 1;
}/*# sourceMappingURL=addcss0240909.css.map */